+Thu Feb 12 02:22:02 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_set_modify_func):
+ Correct the docs.
+
Thu Feb 12 01:17:01 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtktreeview.c (gtk_tree_view_enable_model_drag_source): Call
+Thu Feb 12 02:22:02 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_set_modify_func):
+ Correct the docs.
+
Thu Feb 12 01:17:01 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtktreeview.c (gtk_tree_view_enable_model_drag_source): Call
+Thu Feb 12 02:22:02 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_set_modify_func):
+ Correct the docs.
+
Thu Feb 12 01:17:01 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtktreeview.c (gtk_tree_view_enable_model_drag_source): Call
+Thu Feb 12 02:22:02 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_set_modify_func):
+ Correct the docs.
+
Thu Feb 12 01:17:01 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtktreeview.c (gtk_tree_view_enable_model_drag_source): Call
+Thu Feb 12 02:22:02 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_set_modify_func):
+ Correct the docs.
+
Thu Feb 12 01:17:01 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtktreeview.c (gtk_tree_view_enable_model_drag_source): Call
+Thu Feb 12 02:00:53 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/tmpl/gtktreemodelfilter.sgml:
+ * gtk/tmpl/gtkentrycompletion.sgml:
+ * gtk/tmpl/gtkcelllayout.sgml: Additions.
+
+Thu Feb 12 01:27:02 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtk-sections.txt: Updates.
+
+Thu Feb 12 01:26:42 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/Makefile.am (IGNORE_HFILES): Add some private headers.
+
Sat Feb 7 00:38:23 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtk-sections.txt: Add GtkAccelMap, gtk_accel_map_get,
fnmatch.h \
gdk-pixbuf-loader.h \
gtkcellrendererseptext.h \
+ gtkcellview.h \
+ gtkcellviewmenuitem.h \
gtkdebug.h \
+ gtkentryprivate.h \
gtkfilechooserdefault.h \
gtkfilechooserentry.h \
+ gtkfilechooserprivate.h \
gtkfilechooserutils.h \
gtkfilesystem.h \
gtkfilesystemmodel.h \
gtk_accel_group_disconnect
gtk_accel_group_disconnect_key
gtk_accel_group_query
+gtk_accel_group_activate
gtk_accel_group_lock
gtk_accel_group_unlock
gtk_accel_group_from_accel_closure
gtk_accel_map_add_filter
gtk_accel_map_foreach_unfiltered
gtk_accel_map_get
+gtk_accel_map_lock_path
+gtk_accel_map_unlock_path
<SUBSECTION Standard>
+GTK_ACCEL_MAP
GTK_TYPE_ACCEL_MAP
GTK_IS_ACCEL_MAP
GTK_ACCEL_MAP_CLASS
GTK_IS_ENTRY_COMPLETION
GTK_IS_ENTRY_COMPLETION_CLASS
GTK_ENTRY_COMPLETION_GET_CLASS
-GTK_ENTRY_COMPLETION_GET_PRIVATE
<SUBSECTION Private>
GtkEntryCompletionPrivate
gtk_entry_completion_get_type
<SECTION>
<FILE>gtkfilechooserwidget</FILE>
<TITLE>GtkFileChooserWidget</TITLE>
+GtkFileChooserWidget
gtk_file_chooser_widget_new
<SUBSECTION Standard>
GTK_FILE_CHOOSER_WIDGET
<SUBSECTION Private>
gtk_separator_tool_item_get_type
+GtkSeparatorToolItemPrivate
</SECTION>
<SECTION>
GtkCellLayoutDataFunc
gtk_cell_layout_pack_start
gtk_cell_layout_pack_end
+gtk_cell_layout_reorder
gtk_cell_layout_clear
gtk_cell_layout_set_attributes
gtk_cell_layout_add_attribute
gtk_cell_renderer_render
gtk_cell_renderer_activate
gtk_cell_renderer_start_editing
+gtk_cell_renderer_editing_canceled
gtk_cell_renderer_get_fixed_size
gtk_cell_renderer_set_fixed_size
gtk_widget_remove_accelerator
gtk_widget_set_accel_path
gtk_widget_list_accel_closures
+gtk_widget_can_activate_accel
gtk_widget_event
gtk_widget_activate
gtk_widget_reparent
GTK_STOCK_GO_DOWN
GTK_STOCK_GO_FORWARD
GTK_STOCK_GO_UP
+GTK_STOCK_HARDDISK
GTK_STOCK_HELP
GTK_STOCK_HOME
+GTK_STOCK_INDENT
GTK_STOCK_INDEX
GTK_STOCK_ITALIC
GTK_STOCK_JUMP_TO
GTK_STOCK_JUSTIFY_LEFT
GTK_STOCK_JUSTIFY_RIGHT
GTK_STOCK_MISSING_IMAGE
+GTK_STOCK_NETWORK
GTK_STOCK_NEW
GTK_STOCK_NO
GTK_STOCK_OK
GTK_STOCK_UNDELETE
GTK_STOCK_UNDERLINE
GTK_STOCK_UNDO
+GTK_STOCK_UNINDENT
GTK_STOCK_YES
GTK_STOCK_ZOOM_100
GTK_STOCK_ZOOM_FIT
GtkCellLayout
<!-- ##### SECTION Short_Description ##### -->
-
+An interface for packing cells
<!-- ##### SECTION Long_Description ##### -->
<para>
-
+#GtkCellLayout is an interface to be implemented by all objects which
+want to provide a #GtkTreeViewColumn-like API for packing cells, setting
+attributes and data funcs.
</para>
<!-- ##### SECTION See_Also ##### -->
<!-- ##### USER_FUNCTION GtkCellLayoutDataFunc ##### -->
<para>
-
+A function which should set the value of @cell_layout's cell renderer(s)
+as appropriate.
</para>
-@cell_layout:
-@cell:
-@tree_model:
-@iter:
-@data:
+@cell_layout: a #GtkCellLayout
+@cell: the cell renderer whose value is to be set
+@tree_model: the model
+@iter: a #GtkTreeIter indicating the row to set the value for
+@data: user data passed to gtk_cell_layout_set_cell_data_func()
<!-- ##### FUNCTION gtk_cell_layout_pack_start ##### -->
@expand:
+<!-- ##### FUNCTION gtk_cell_layout_reorder ##### -->
+<para>
+
+</para>
+
+@cell_layout:
+@cell:
+@position:
+
+
<!-- ##### FUNCTION gtk_cell_layout_clear ##### -->
<para>
GtkEntryCompletion
<!-- ##### SECTION Short_Description ##### -->
-
+completion functionality for GtkEntry
<!-- ##### SECTION Long_Description ##### -->
<para>
-
+#GtkEntryCompletion is an auxiliary object to be used in conjunction with
+#GtkEntry to provide the completion functionality. It implements the
+#GtkCellLayout interface, to allow the user to add extra cells to the
+TreeView with completion matches.
+</para>
+<para>
+To add completion functionality to an entry, use gtk_entry_set_completion().
</para>
<!-- ##### SECTION See_Also ##### -->
<!-- ##### STRUCT GtkEntryCompletion ##### -->
<para>
-
+The GtkEntryCompletion struct contains only private data.
</para>
<!-- ##### USER_FUNCTION GtkEntryCompletionMatchFunc ##### -->
<para>
-
+A function which decides whether the row indicated by @iter matches a given
+@key, and should be displayed as a possible completion for @key.
</para>
-@completion:
-@key:
-@iter:
-@user_data:
-@Returns:
+@completion: the #GtkEntryCompletion
+@key: the string to match
+@iter: a #GtkTreeIter indicating the row to match
+@user_data: user data given to gtk_entry_completion_set_match_func()
+@Returns: %TRUE if @iter should be displayed as a possible completion for @key
<!-- ##### FUNCTION gtk_entry_completion_new ##### -->
GtkTreeModelFilter
<!-- ##### SECTION Short_Description ##### -->
-
+A GtkTreeModel which hides parts of an underlying tree model
<!-- ##### SECTION Long_Description ##### -->
<para>
-
+A #GtkTreeModelFilter is a tree model which wraps another tree model,
+and can do the following things:
+<itemizedlist>
+<listitem><para>
+Filter specific rows, based on data from a "visible column", a column
+storing booleans indicating whether the row should be filtered or not,
+or based on the return value of a "visible function", which gets a
+model, iter and user_data and returns a boolean indicating whether the
+row should be filtered or not.
+</para></listitem>
+<listitem><para>
+Modify the "appearance" of the model, using a modify function.
+This is extremely powerful and allows for just changing
+some values and also for creating a completely different model based on
+the given child model.
+</para></listitem>
+<listitem><para>
+Set a different root node, also known as a "virtual root". You can pass in
+a #GtkTreePath indicating the root node for the filter at construction time.
+</para></listitem>
+</itemizedlist>
</para>
<!-- ##### SECTION See_Also ##### -->
<para>
-
+#GtkTreeModelSort
</para>
<!-- ##### STRUCT GtkTreeModelFilter ##### -->
<para>
-
+The GtkTreeModelFilter struct contains only private fields.
</para>
<!-- ##### USER_FUNCTION GtkTreeModelFilterVisibleFunc ##### -->
<para>
-
+A function which decides whether the row indicated by @iter is visible.
</para>
-@model:
-@iter:
-@data:
-@Returns:
+@model: the #GtkTreeModelFilter
+@iter: a #GtkTreeIter pointing to the row whose visibility is determined
+@data: user data given to gtk_tree_model_filter_set_visible_func()
+@Returns: Whether the row indicated by @iter is visible.
<!-- ##### USER_FUNCTION GtkTreeModelFilterModifyFunc ##### -->
<para>
-
+A function which calculates display values from raw values in the model.
+It must fill @value with the display value for the column @column in the
+row indicated by @iter.
</para>
-@model:
-@iter:
-@value:
-@column:
-@data:
+@model: the #GtkTreeModelFilter
+@iter: a #GtkTreeIter pointing to the row whose display values are determined
+@value: A #GValue which is already initialized for with the correct type for
+ the column @column.
+@column: the column whose display value is determined
+@data: user data given to gtk_tree_model_filter_set_modify_func()
<!-- ##### FUNCTION gtk_tree_model_filter_new ##### -->
* @filter: A #GtkTreeModelFilter.
* @n_columns: The number of columns in the filter model.
* @types: The #GType<!-- -->s of the columns.
- * @func: A #GtkTreeModelFilterModifyFunc, or %NULL.
+ * @func: A #GtkTreeModelFilterModifyFunc
* @data: User data to pass to the modify function, or %NULL.
* @destroy: Destroy notifier of @data, or %NULL.
*
- * Sets the @filter to have @n_columns columns with @types. If @func
- * is not %NULL, it will set @func to be the modify function of @filter.
+ * Sets the @filter to have @n_columns columns with @types and sets
+ * @func to be the modify function of @filter.
*
* Since: 2.4
*/